home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2001 December / pcwk12201b.iso / Wersje pelne i specjalne / Winamp 2.77 i 3.0beta / wa3install_beta1.exe / Skins / Default.wal / xml / eq-shade.xml < prev    next >
Encoding:
Text File  |  2001-10-03  |  2.6 KB  |  109 lines

  1. <!-- Equalzier:Windowshade Mode -->
  2.  
  3.    <layout id="shade" background="player.eq.winshade.bg">
  4.    <layer id="placeholder" x="0" y="0" image="player.eq.winshade.placeHolder"/>
  5.  
  6.     <!-- Titlebar -->
  7.     <layer
  8.       id="blah"
  9.       dblClickAction="SWITCH;eq"
  10.       x="22" y="4"
  11.       image="player.eq.titlebar.active.left"
  12.       inactiveAlpha="128"
  13.     />
  14.     <layer
  15.       id="blah"
  16.       dblClickAction="SWITCH;eq"
  17.       x="25" y="4" w="3"
  18.       image="player.eq.titlebar.active.center"
  19.       inactiveAlpha="128"
  20.     />
  21.     <layer
  22.       id="blah"
  23.       dblClickAction="SWITCH;eq"
  24.       x="29" y="4"
  25.       image="player.eq.titlebar.active.right"
  26.       inactiveAlpha="128"
  27.     />
  28.     <layer
  29.       id="blah"
  30.       dblClickAction="SWITCH;eq"
  31.       x="101" y="4"
  32.       image="player.eq.titlebar.active.left"
  33.       inactiveAlpha="128"
  34.     />
  35.     <layer
  36.       id="blah"
  37.       dblClickAction="SWITCH;eq"
  38.       x="105" y="4" w="9"
  39.       image="player.eq.titlebar.active.center"
  40.       inactiveAlpha="128"
  41.     />
  42.     <layer
  43.       id="blah"
  44.       dblClickAction="SWITCH;eq"
  45.       x="111" y="4"
  46.       image="player.eq.titlebar.active.right"
  47.       inactiveAlpha="128"
  48.     />
  49.     <layer
  50.       id="blah"
  51.       dblClickAction="SWITCH;eq"
  52.       x="225" y="4"
  53.       image="player.eq.titlebar.active.left"
  54.       inactiveAlpha="128"
  55.     />
  56.     <layer
  57.       id="blah"
  58.       dblClickAction="SWITCH;eq"
  59.       x="230" y="4"
  60.       image="player.eq.titlebar.active.right"
  61.       inactiveAlpha="128"
  62.     />
  63.  
  64.     <!-- Sliderz -->
  65.     <slider
  66.       id="Volume"
  67.       action="VOLUME"
  68.       x="39" y="3"
  69.       w="59" h="9"
  70.       thumb="player.eq.winshade.button.volume"
  71.       downThumb="player.eq.winshade.button.volume.pressed"
  72.     />
  73.     <slider
  74.       id="Seeker"
  75.       action="SEEK"
  76.       x="121" y="3"
  77.       w="100" h="9"
  78.       thumb="player.eq.winshade.button.seek"
  79.       downThumb="player.eq.winshade.button.seek.pressed"
  80.     />
  81.  
  82.     <!-- Titlebar buttons -->
  83.     <button
  84.       id="sysbutton"
  85.       action="SYSMENU"
  86.       x="5" y="3"
  87.       image="player.eq.button.menu"
  88.       downImage="player.eq.button.menu.pressed"
  89.       inactiveAlpha="128"
  90.     />
  91.     <button
  92.       id="winshade" tooltip="Toggle Windowshade mode"
  93.       action="SWITCH" param="open"
  94.       x="240" y="3"
  95.       image="player.eq.button.winshade"
  96.       downImage="player.eq.button.winshade.pressed"
  97.       inactiveAlpha="128"
  98.     />
  99.     <button
  100.       id="Close"
  101.       action="CLOSE"
  102.       x="257" y="3"
  103.       image="player.eq.button.close"
  104.       downImage="player.eq.button.close.pressed"
  105.       tooltip="Close Window"
  106.       inactiveAlpha="128"
  107.     />
  108.    </layout>
  109.